/*********************************************MEDIA QUERIES*************************************/
@media only screen and (max-width: 1180px) {
  .footerLogo {
    width: 105px;
    height: 40px;
  }
}
@media only screen and (max-width: 998px) {
  .footerLogo {
    width: 105px;
    height: 40px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1200px) {
  .fa-linkedin:before {
    content: "\f08c";
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .footerLogo {
    width: 90px;
    height: 100px;
  }

  #foooterLinks {
    flex: none;
    max-width: auto !important;
  }

  .iaslogo {
    width: 160px;
    /* height: 180; */
  }

  /* .suilogo {
    width: 170px;
  } */
}
@media only screen and (max-width: 650px) {
  .footer {
    padding-top: 30px;
  }
  .footer__left__paragraph {
    padding: 20px;
    margin-top: 20px;
  }
  .footer_sideDiv {
    padding: 0;
    margin-top: 20px;
  }

  #foooterLinks {
    flex: none;
    max-width: auto !important;
  }
  .footer__heading__second {
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 575px) and (max-width: 1025px) {
  .footer__left__paragraph {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .footer__heading {
    color: var(--primary--element);
    font-weight: 700;
    font-size: 1.2rem;
  }
  .footer__heading img {
    width: 50px;
    height: 50px;
  }
  .footerLinksSection {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .footerLinksContent {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .footer__subHeading {
    padding: 0 0.5rem;
  }
  .certificationsRow {
    margin-top: 2.2rem;
  }
}
@media only screen and (max-width: 480px) {
  .footer {
    padding-top: 30px;
  }
  .footer__left__paragraph {
    padding: 20px;
    margin-top: 20px;
  }
  .footer_sideDiv {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 2rem;
  }
  /* .footerCenter .col-6 {
    flex: none;
    max-width: auto;
  } */
  .footerCenter {
    margin: 1rem 0;
  }
  #foooterLinks {
    flex: none;
    max-width: auto !important;
  }
}
@media only screen and (max-width: 379px) {
  .footerLogo {
    width: 90;
    height: 100;
  }
  .footer__heading {
    color: var(--primary--element);
    font-weight: 700;
    font-size: 1.3rem;
  }

  .iaslogo {
    width: 160px;
    /* height: 180; */
  }

  /* .suilogo {
    width: 170px;
  } */
}

/***************************** MEDIA QUERIES **************************************************************/
@media only screen and (min-width: 700px) {
  #footerMobileStartUpIndia {
    width: 10rem;
    height: 2.5rem;
  }
  #footerMobileEcCouncil{
    width: 10rem;
    height: 7.5rem;
  }
  #footerMobileIAS {
    width: 10rem;
    height: 7.5rem;
  }
  #footerMobileIAF {
    width: 7rem;
    height: 7.5rem;
  }
  #footerMobileISO27001,
  #footerMobileISO9001 {
    width: 8.8rem;
    height: 6.3rem;
  }
}

@media only screen and (max-width: 699px) {
  .footerRow {
    margin: 0.5rem 0rem;
  }
  .footerRowSecond {
    margin-top: 1rem;
  }
  /* #footerMobileIAS {
    height: 2.8rem;
  } */
  #footerMobileStartUpIndia {
    height: 1.8rem;
  }
  #footerMobileEcCouncil{
    height:4.5rem;
  }
  #footerMobileISO27001,
  #footerMobileISO9001 {
    /* width: 5.67rem;
    height: 6.3rem; */
  }
}

@media only screen and (max-width: 320px) {
  #footerMobileIAS {
    height: 2.8rem;
  }
}

@media only screen and (min-width: 700px) and (max-width: 850px) {
  .main--footer .footerCenter a {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1000px) {
  .main--footer .footerCenter .footerLinksContent {
    padding: 0px;
  }
}
